Vcenter Content Registries Harbor Summary

Vcenter Content Registries Harbor Summary
Vcenter Content Registries Harbor Summary

This schema is deprecated as of vSphere API 8.0.1.00200.

The Vcenter Content Registries Harbor Summary schema contains basic information about a running Harbor registry.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cluster": "string",
    "registry": "string",
    "version": "string",
    "ui_access_url": "string"
}
string
cluster
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

Identifier of the cluster.

This property was added in vSphere API 7.0.0.0.

If missing or null, container registry is not created on the cluster specified by Vcenter Content Registries Harbor CreateSpec.cluster.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
registry
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Identifier of the registry.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.content.Registry. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.content.Registry.

string
version
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Version of the registry.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
ui_access_url
Required

This property is deprecated as of vSphere API 8.0.1.00200.

URL to access the UI of the registry.

This property was added in vSphere API 7.0.0.0.

Deprecated